Skip to content

Conversation

@AlexMasterov
Copy link
Contributor

This fixes the build error:

/tmp/tarantool-php/src/tarantool_network.c: In function 'tntll_stream_fpid2':
/tmp/tarantool-php/src/tarantool_network.c:43:9: error: 'rv' undeclared (first use in this function)
  return rv;
         ^~
/tmp/tarantool-php/src/tarantool_network.c:43:9: note: each undeclared identifier is reported only once for each function it appears in
make: *** [Makefile:195: src/tarantool_network.lo] Error 1

'rv' variable is undeclared and second 'return' is not needed here.
@bigbes bigbes merged commit de17ac9 into tarantool:php7-v2 Feb 9, 2017
@bigbes
Copy link
Contributor

bigbes commented Feb 9, 2017

Sorry for this stupid mistake. Great PR, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants